- Hotel bookings
- Car rentals
- Any service where the final charge may vary
✅ Why Use Incremental Authorization?
| Benefit | Description |
|---|---|
| Flexible Payments | Add charges in real-time (e.g., mini-bar charges, longer stay). |
| Improved UX | Avoid re-directing customers or asking for re-authentication. |
| Simplified Settlement | All incremental amounts are combined with the original authorization into a single settlement. |
⚠️ Prerequisites
- Your business must operate outside Strong Customer Authentication (SCA) regions.
- Supported only for card payments and specific networks/connectors.
- Check connector-specific documentation to confirm support.
🛠️ How to Use Incremental Authorization
🧩 Step 1: Enable during payment creation
Use therequest_incremental_authorization flag in the /payments create request.
🔍 Step 2: Check if allowed
In the payment creation response, look for the field:➕ Step 3: Make an incremental authorization request
Once allowed, you can add more funds using this endpoint:Replace{payment_id}with your actual payment ID and provide a meaningfulreason.
📌 Notes
- Each incremental authorization must follow the initial authorization.
- The cumulative amount across authorizations cannot exceed network or connector limits.
- All charges will be captured together during final capture.